.aside-img img {
    margin: 0 auto;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

body {
    background-image: url(../img/body.jpg);
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffff;
	
}

p {
    text-align: center;
}
.h1, h1 {
    font-size: 28px;
    text-align: center;
}
p>a{
    color: #e1bc76;
    text-decoration: none;
}
h4{
    text-transform:uppercase;
}

.fa {
    padding: 10px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 100%;
}

.fa:hover {
    opacity: 0.7;
    color: #D12DA8;
}

.fa-tumblr {
    color: white;
}

.fa-twitter {
    color: white;
}

.fa-google-plus {
    color: white;
}

.fa-pinterest-p {
    color: white;
}

.social-icon {
    margin: 0 auto;
    display: block;
}

.header {
    width: 100%;
}

.navbar {
	background-color:#000B1C;
    position: relative;
    min-height: 50px;
    border-bottom: 1px solid #ffff;
}

.navbar-nav {
    margin: 9px;
    padding: 5px;
    margin-left: 0px;
    text-align:center;
}
.nav>li {
    position: relative;
    display: block;
    margin: 0px 16px;
}
.nav>li>a {
    
    text-transform: capitalize;
    }
.nav>li>a:hover {
    text-decoration: none;
    background-color:#E5C270;
	border-radius:9px;
	color:#fff;
}



.btn{
    background: #ffeb1b;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease 0s;
	top:14px;
}
.btn:before,
.btn:after{
    content: "";
    width: 10%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.btn:before{ left: -10%; }
.btn:hover:before{ left: 0; }
.btn:after{ right: -10%; }
.btn:hover:after{ right: 0; }
.btn.red{
    border: 2px solid #fe6d6d;
    color: #fe6d6d;
}
.btn.red:hover,
.btn.red:before,
.btn.red:after{
    background: #fe0002;
	color:#ffff;
}

.btn:hover{ color: #fff; }



.icon-bar {
    background-color: #f4a941 !important;
    background: #000;
    color: #fff;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.section-1 {
    background-color: #010b19cc;
    border: 1px solid #ffff;
    padding: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
}
.text{
    background-color:#000;
    text-align:center;
    text-transform:uppercase;
    padding: 4px 9px;
}

.section-1 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
}
.cat-block1 {
    color: #fff;
    background: #e67e22;
    text-align: center;
    border: 1px solid #fff;
    padding: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
}
/* hover effect on image gallery*/
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
/*end hover gallery*/

/*start price table*/

.pricingTable {
    padding: 15px;
    margin: 20px 20px 30px;
    background: #ae8a3b;
    border-radius: 50px;
    text-align: center;
    position: relative;
}

.pricingTable .pricingTable-header {
    padding: 50px 0;
    position: relative;
}

.pricingTable .title {
    padding: 10px 20px;
    background: #ffff;
    font-size: 16px;
    font-weight: 600;
    color: #ec0002;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 10px 10px 10px 0;
    position: absolute;
    top: 20px;
    left: -45px;
}

.pricingTable .title:before {
    content: "";
    border-top: 30px solid #ffff;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
    position: absolute;
    bottom: -60px;
    left: 0;
}

.pricingTable .price-value {
    padding: 15px 30px;
    background: #ffff;
    font-size: 17px;
    font-weight: 700;
    color: #ec0002;
    border-radius: 0 50px 50px 30px;
    position: absolute;
    top: -30px;
    right: -40px;
}

.pricingTable .price-value:before {
    content: "";
    position: absolute;
    top: 0;
    left: -36px;
    border-right: 20px solid #ffff;
    border-top: 16px solid transparent;
    border-left: 16px solid transparent;
}

.pricingTable .pricing-content {
    padding: 0 0 80px 0;
    margin: 0;
    list-style: none;
    background: #fff;
    border-radius: 0 0 40px 40px;
}

.pricingTable .pricing-content li,
.pricingTable:hover .pricing-content li.disable,
.pricingTable.orange:hover .pricing-content li.disable,
.pricingTable.green:hover .pricing-content li.disable {
    padding: 0 0 0 25px;
    font-size: 15px;
    font-weight: 600;
    color: #9ea1a6;
    letter-spacing: 1px;
    line-height: 50px;
    text-align: left;
    border-bottom: 2px solid #d60004;
    transition: all 0.3s ease 0s;
}

.pricingTable:hover .pricing-content li {
    color: #ec0002;
}

.pricingTable .pricing-content li i,
.pricingTable:hover .pricing-content li.disable i,
.pricingTable.orange:hover .pricing-content li.disable i,
.pricingTable.green:hover .pricing-content li.disable i {
    width: 25px;
    height: 25px;
    line-height: 22px;
    border-radius: 50%;
    border: 2px solid #9ea1a6;
    background: #d4d7e6;
    text-align: center;
    font-size: 14px;
    color: #9ea1a6;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
}

.pricingTable:hover .pricing-content li i {
    border: 2px solid #ae8a3b;
    background: #ec0002;
    color: #ac4c03;
}

.pricingTable .pricingTable-signup {
    width: 180px;
    height: 100px;
    line-height: 100px;
    background: #ac4c03;
    border-radius: 30px 30px 30px 0;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 700;
    color: #ec0002;
    text-transform: uppercase;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

.pricingTable .pricingTable-signup:before {
    content: "";
    border-top: 30px solid #ac4c03;
    border-bottom: 26px solid transparent;
    border-left: 22px solid transparent;
    position: absolute;
    bottom: -24px;
    left: -22px;
}

.pricingTable.orange {
    background: #ed4902;
}

.pricingTable.orange .title,
.pricingTable.orange .price-value,
.pricingTable.orange .pricingTable-signup {
    background: #ffae04;
}

.pricingTable.orange .title:before,
.pricingTable.orange .pricingTable-signup:before {
    border-top-color: #b22009;
}

.pricingTable.orange .price-value:before {
    border-right-color: #ae1d02;
}

.pricingTable.orange .price-value,
.pricingTable.orange:hover .pricing-content li {
    color: #e74c00;
}

.pricingTable.orange .pricing-content li {
    border-bottom: 2px solid #ed4902;
}

.pricingTable.orange:hover .pricing-content li i {
    border: 2px solid #ed4902;
    background: #ffae04;
    color: #fff;
}

.pricingTable.green {
    background: #fa1e1c;
}

.pricingTable.green .title,
.pricingTable.green .price-value,
.pricingTable.green .pricingTable-signup {
    background: #fbcf4c;
}

.pricingTable.green .title:before,
.pricingTable.green .pricingTable-signup:before {
    border-top-color:#deb250;
}

.pricingTable.green .price-value:before {
    border-right-color: #ce9c24;
}

.pricingTable.green .price-value,
.pricingTable.green:hover .pricing-content li {
    color: #ec0002;
}

.pricingTable.green .pricing-content li {
    border-bottom: 2px solid #0f7b5b;
}

.pricingTable.green:hover .pricing-content li i {
    border: 2px solid #0f7b5b;
    background: #36c18a;
    color: #fff;
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 50px;
    }
}
/*end price table*/

/* start contact page*/
.contact-form{
    background: #ffae00;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 70%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color:#ec2117;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
/*end contact page*/


.footer {
    background-color: #000B1C;
    text-align: center;
    padding: 15px;
    border-top: 2px solid #ffff;
}

.footer ul a {
    margin: 15px;
}
.footer-info>li a
{
    margin-left: -39px;
}

.footer-info
{
    list-style-type: none;
    text-align: center;  
}



.sub-menu li:first-child {
    border: none;
    padding-left: 0;
}

.sub-menu ul li {
    border-left: 1px solid #505050;
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-right: 2px;
}

.sub-menu ul li a {
    color: #fff;
    margin-left: 15px;
}


/*scroll top button*/

.scrollToTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    z-index: 999;
    display: none;
    transition: all 0.3s ease;
    background: #003F4C;
    border-radius: 5px;
    text-decoration: none !important;
}

.scrollToTop span {
    display: block;
    margin-top: 3px;
    transition: all 0.2s ease-in-out;
    color: #f5ac00;
    font-size: 25px;
}

.scrollToTop:hover span {
    margin-top: 10px;
}

.sub-banner img {
    width: 100%;
}
.profile-table
{
   font-size: 1.0em;
   border: 4px double #ffff;
   padding: 9px;
}
dl {
    overflow: hidden;
    border-bottom: 1px solid #a99999;
    border-radius: 0;
    border-top: 0 none;
    padding: 0px 0;
   
}
.profile-table>dl
{
        margin-bottom: 24px;
}


dt {
    float: left;
    margin: 0;
    padding: 0 0.4em 0 0;
    max-width: 50%;
    font-weight: normal;
}
dd {
    color: #ccc;
    float: right;
    margin: 0;
    max-width: 51%;
    padding: 0 0 0 0.4em;
    text-align: right;
}
.checked {
        color: #D5AF42;
        }
.profile-table1
{
   font-size: 1.0em;
   border: 4px double #ffff;
   padding: 9px;
   margin-top: 13px;
}
.profile-table1>dl
{
   margin-bottom: 12px;
    margin-top: 2px;
}

.header-photo > img {
    border: 5px solid #555555;
    border-radius: 50%;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.rating>li
{
    float: right;
    list-style-type: none;
    display: inline;
    color: #D5AF42;
    margin-left: 12px;
}
.button-loc {
    display: block;
    padding: 6px 20px;
    font-size: 23px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 15px;
    margin: 0 auto;
    margin-bottom: 16px;
    margin-top:13px;
}

/*media queries*/


@media handheld,
only screen and (max-width: 1199px) {
    
}

@media handheld,
only screen and (max-width: 960px) {
   
    
}

@media handheld,
only screen and (max-width: 768px)
 {
   
    
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 30px;
    }
}


@media handheld,
only screen and (max-width: 991px) {
    .c-half {
        width: 25%;
        float: left;
        text-align: left;
        display: block;
    }
    .a-half {
        width: 25%;
        float: left;
        text-align: left;
        display: block;
    }
}

@media handheld,
only screen and (max-width: 640px) {
    .c-half {
        width: 25%;
        float: left;
        text-align: left;
        display: block;
    }
    .a-half {
        width: 33.33%;
        float: left;
        text-align: left;
        display: block;
    }
     .section-1 {
    background-color: #010b19cc;
    border: 1px solid #ffff;
    padding: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
   
}
 

}

@media handheld,
only screen and (max-width: 480px) {
    .c-half {
        width: 50%;
        float: left;
        text-align: left;
        display: block;
    }
    .a-half {
        width: 50%;
        float: left;
        text-align: left;
        display: block;
    }
    .section-1 {
        background-color: #010b19cc;
    border: 1px solid #ffff;
    padding: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
       
    }
	
 

}

 @media handheld,
only screen and (max-width: 320px) {
    
    .section-1 {
       background-color: #010b19cc;
    border: 1px solid #ffff;
    padding: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
     
    }
    
}

.nowcalling{display:block;position:fixed;bottom:0;width:100%;z-index:9999}.lcol,.rcol{float:left;width:50%}.lcol{background-color:#5AA6ED}.rcol{background-color:#25d366}.lcol a,.rcol a{display:block;padding:10px 0;text-align:center;text-decoration:none;color:#fff}}
